public class SetVaccinazioneResItem
extends java.lang.Object
Classe Java per setVaccinazioneResItem complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="setVaccinazioneResItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="successo" type="{http://giava.rsr.rupar.puglia.it}setVaccinazioneItem"/>
<element name="errore" type="{http://giava.rsr.rupar.puglia.it}Errore" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Errore> |
errore |
protected SetVaccinazioneItem |
successo |
| Constructor and Description |
|---|
SetVaccinazioneResItem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Errore> |
getErrore()
Gets the value of the errore property.
|
SetVaccinazioneItem |
getSuccesso()
Recupera il valore della proprietà successo.
|
void |
setSuccesso(SetVaccinazioneItem value)
Imposta il valore della proprietà successo.
|
protected SetVaccinazioneItem successo
protected java.util.List<Errore> errore
public SetVaccinazioneItem getSuccesso()
SetVaccinazioneItempublic void setSuccesso(SetVaccinazioneItem value)
value - allowed object is
SetVaccinazioneItempublic java.util.List<Errore> getErrore()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the errore property.
For example, to add a new item, do as follows:
getErrore().add(newItem);
Objects of the following type(s) are allowed in the list
Errore